﻿/*全局设置*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}
body, button, input, select, textarea {
    font: 12px/1.5 "Microsoft Yahei",宋体,Verdana,Helvetica,sans-serif; 
   
}
address, cite, dfn, em, var {
    font-style: normal;
}
code, kbd, pre, samp {
    font-family: courier new,courier,monospace;
}
small {
    font-size: 12px;
}
ul, ol {
    list-style: none outside none;
}
ul li,ol li {
	list-style-type:none;
}

sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
legend {
    color: #000;
}
fieldset, img {
    border: 0 none;
}
button, input, select, textarea {
    font-size: 100%;
    outline:none;
    border: 0 none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
i {
    font-style:normal;
}
    
html {
    font-family:"Microsoft Yahei";
}
body {
    background:#fff;
    color:#333;
}
.wrap {
	width:1200px;
	margin:0 auto;
}
.vm * {
    display: inline-block;
    vertical-align: middle;
}
.vm option {
    display: block;
}
.vtb * {
    vertical-align: text-bottom;
}
/*清除浮动*/
.layout:after {
    visibility:hidden;
    display:block;
    clear: both;
    content: " ";
    display: block;
    height: 0;
}
.layout {
	zoom:1;
}
.clear {
    clear: both;
}

/*浮动设置*/
.fl {
    float: left;
}
.fr {
    float: right;
}
.left {
    text-align: left;
}
/*超链接默认设置*/
a:link, a:visited {
	color:#333;
	text-decoration: none;
}
a:hover{
	color:#ff0a0a;
	text-decoration:none;
	cursor:pointer;
}
a:active {
    color: #000;
}
/*字体对齐方式设置*/
.center {
    text-align: center;
}
.left{
    text-align:left;
}
.right {
    text-align: right;
}
/*position定位设置*/
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
/*display显示隐藏设置*/
.hide {
    display: none;
}
.hide.selected {
    display: block;
}
.block {
    display: block;
}
/*字体设置*/
.noBold {
    font-weight: normal;
}
.bold {
    font-weight: bold;
}
.f12 {
    font-size: 12px;
}
.f14 {
    font-size: 14px;
}
.f16 {
    font-size: 16px;
}
.f18 {
    font-size: 18px;
}
.f20 {
    font-size: 20px;
}
.yh {
    font-family: "微软雅黑";
}

.sep {
	display:inline-block;
	width:20px;
	text-align:center;
    font-style: normal;
}

/*模拟空格*/
.halfWord {
	display:inline-block;
	width:0.5em;
}
.oneWord {
	display:inline-block;
	width:1em;
}
.basicTarea {
	padding:5px;
	resize:none;
}
.m_wrap {
    width: 1050px;
    margin: 0 auto;
}